From b7abc8faa69806f7015e5b6813cea8ec4adf22c3 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 16 Sep 1994 22:02:54 +0000 Subject: [PATCH] (Fcdr_safe): Delete extraneous blank in docstring. --- src/data.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data.c b/src/data.c index b0959a92e55..5eceec4574f 100644 --- a/src/data.c +++ b/src/data.c @@ -419,7 +419,7 @@ Error if arg is not nil and not a cons cell. See also `cdr-safe'.") } DEFUN ("cdr-safe", Fcdr_safe, Scdr_safe, 1, 1, 0, - "Return the cdr of OBJECT if it is a cons cell, or else nil.") + "Return the cdr of OBJECT if it is a cons cell, or else nil.") (object) Lisp_Object object; { -- 2.30.2